@charset "utf-8";

/** 기본설정 **/
body {margin:0; padding:0;	font-size:13px;	font-family: 'Noto Sans KR'; 	color:black;	height:100%;}
body, div, p, h1,h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend,
input, textarea, blockquote, button, strong, em, address {font-family:'Noto Sans KR';  font-weight:normal;font-size:14px;color:#555;}
input, select { font-family: 'Noto Sans KR','dotum', serif, arial;}
h1, h2 ,h3, h4, h5, h6 {font-size: 100%; font-weight: normal; }
img {  border:0 none;vertical-align:top }
img, fieldset { padding: 0; border: none; }
legend, caption { width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; display: none; }
input { background: none; border: 0; padding-left:5px; }
input[type=checkbox]{width:14px;height:14px;vertical-align:top;background:#fff;}
input[type=radio]{width:14px;height:14px;vertical-align:top;background:#fff;}
table {border:0; border-collapse: collapse; border-width:1px; border-spacing:0; }
caption {position: absolute; overflow: hidden; width: 0; height: 0; font-size: 0; line-height: 0;}
th, td {border-collapse:collapse;	border-width:1px;	color:#3c3c3c;}
strong {font-weight:600;}
address, em, cite {font-weight:normal; font-style:normal;}
table th {font-weight:normal; vertical-align: middle;}
table td {vertical-align: middle;}
strong, em, address {font-style: normal;}
q:before,q:after {content:"";}
abbr,acronym {border:0; }
.hid {overflow:hidden; visibility:hidden; position:absolute; width:0; height:0; font-size:0; line-height:0; }
a { text-decoration: none; background: 0 none; color: #333;}
textarea { background: none; border: 0; }
button{border:none;padding:0;margin:0;}
input[type=submit], input[tyfpe=reset], button{cursor: pointer;}
a { margin: 0;   padding: 0;    font-size: 100%;    text-decoration: none;  vertical-align: middle;    background: transparent;}
a:hover { color: #294aaa;    text-decoration:underline;}
input[type="text"], input[type="password"], input[type="search"], input[type="file"], input[type="number"] {height: 28px;	padding: 4px 3px;	box-sizing: border-box;	border: 1px solid #cccccc;vertical-align: middle;-webkit-appearance: none; -moz-appearance: none;	-ms-appearance: none;	-o-appearance:none;	appearance:none;	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);background: #ffffff;}
.hid {overflow:hidden; visibility:hidden; position:absolute; width:0; height:0; line-height:0; }
body {margin:0; padding:0; font-size:13px; font-family:'Noto Sans KR'; color:#434343; height:100%;}
a {margin:0; padding:0; color: #434343; cursor:pointer; font-size:100%; text-decoration:none; vertical-align:middle; background:transparent;}
a:hover {color: #294aaa; text-decoration:none;}
img {border:0 none; vertical-align:top;}
.wrap, .top, .ezconnect, ul.gnb {margin:0; padding:0;}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
    background-color: #f9f9f9;
}

.wrap {
    width: auto;
    min-width: 1400px;
    overflow: hidden;
}

.wrap > .top {
    top: 100px;
    width:100%; 
    height:600px; 
    height: auto;
    overflow: hidden;
}

.nav {
    position: fixed; 
    width: 100%;
    /* 1안 */
    
    /* 2안 */
/*     background: linear-gradient(to right, rgba(47,69,133,1), rgba(87,69,133,0.9)); */
    /* 3안 */
    /* background: linear-gradient(to right, #360033, #0b8793); */
    
    /* background: linear-gradient(to right, rgba(27,39,90,1), rgba(37,49,133,0.9)); */
    background-size:cover; 
    z-index: 3;
}

.h-center2 {
	position: relative;
	
	/* 1안 */
	background: linear-gradient(to right, #000428, rgba(0,78,146,0.8));
	/* 2안 */
	/* background: linear-gradient(to right, rgba(47,69,133,1), rgba(87,69,133,0.9)); */
   /*  background-color: rgba(47,69,123,0.9); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 1400px; */
    margin: 0 auto;
    padding: 0 20px;
}

.h-center {
    width:100%; 
    background: linear-gradient(to right, #000428, rgba(0,78,146,0.8));
    text-align:center; 
    margin: 0 auto;
    padding: 0 20px;
    min-width:1400px; 
    overflow:hidden;
}

h1.ezconnect {
    margin: 10px;
    margin-left: 60px;
    margin-right: 120px;
    float:left; 
    width:300px; 
    cursor:pointer;
    height:80px;
    background:url(../images/logo_w.png) 0 no-repeat;
    background-size: 300px;
}

ul.gnb {
    margin-top: 30px; 
}

ul.gnb li {
    font-size:26px; 
    display:inline-block; 
    float: left; 
    font-family: "Montserrat", sans-serif;
    /* font-family:'Roboto', sans-serif;  */
    color:white; 
    line-height:28px; 
    font-weight:600; 
    padding:0 20px; 
    margin-left: 60px;
}

ul.gnb li a {
    color:white; 
}

ul.gnb li a:hover, ul.gnb li a.on {
    display:inline-block; 
    border-bottom:3px solid #eee3ab; 
    text-decoration:none; 
}

.go-english {
    float:right; 
    font-family: "Montserrat", sans-serif;
    /* font-family:'Roboto', sans-serif; */
    font-weight: bold;
    color:white; 
    opacity:0.8; 
    border:1px solid white; 
    padding:5px 10px; 
    margin-top: 5px;
    margin-right: 25px;
    
    visibility : hidden; /* 일단 숨겨놓기 */
}

.go-english:hover {
    color:white; 
    opacity:1;
}

.go-korean {
    float:right; 
    color:white; 
    opacity:0.8; 
    border:1px solid white; 
    padding:3px 8px; 
}

.go-korean:hover {
    color:white; 
    opacity:1;
}

.bg-video {
    position: relative;
    min-width: 1400px;
    width: 100%;
    height: 800px;
    opacity: 0.15;
    overflow: hidden;
}

.bg-video__content {
    height: 800px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.top-banner {
    position: absolute;
    top: 550px;
    left: -100px;
    width:1400px; 
    height:250px;
    background:url(../images/banner1.png) 0 no-repeat;
    background-size: cover;
    z-index:2;
}

.top-banner .big-t {
    color:#1e1014;
    z-index: 1;
    
}

.top-banner .mdl-t {
    color:#1e1014;
    z-index: 1;    
}

/* 전체 컨테이너 스타일 */
.content {
    width: 100%;
    height: auto;
    min-height: 90%;
    margin: 0 auto;
    
    padding: 50px;
    box-sizing: border-box;
}

#c-01 {
    padding-top: 0px;
}

/* 애니메이션 정의 */
@keyframes slideRight {
    0% {
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: translateX(-30%);
      transform: translateX(-30%);
      opacity: 0%;
    }
  
    100% {
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 100%;
    }
}

@keyframes slideLeft {
    0% {
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: translateX(30%);
      transform: translateX(30%);
      opacity: 0%;
    }
  
    100% {
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 100%;
    }
}

@keyframes slideUp {
    0% {
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: translateY(30%) scale(0.5);
      transform: translateY(30%) scale(0.5);
      opacity: 0%;
    }
  
    100% {
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: translateY(0%) scale(1);
      transform: translateY(0%) scale(1);
      opacity: 100%;
    }
}

/* 애니메이션 트리거 */
.grid1.animate, .grid2.animate, .grid3.animate, .grid4.animate, .grid5.animate, .map-block.animate{
    animation-play-state: running !important;
}

/* 섹션 스타일 */
.section{
    padding-top: 100px;
    margin-bottom: 100px;
    height: auto;
}

#s-02 {
    padding-top: 10px;
}

.article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}

/* 섹션별 그리드 */
.grid1 {
    list-style: none;
    width: 95%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    animation: slideLeft 1s ease-in-out;
    animation-play-state: paused;
}

.grid1 li {
    flex-basis: auto;
    /* border: 1px solid #666;  */
    padding: 10px;
    margin: 20px;
}

#k-t {
	font-size: 40px;
	font-weight: 900;
}

#keyword-b {
	align-self: center;
}

#keyword-t {
	font-size: 36px;
	margin-bottom: 50px;
}

#keyword-e {
	font-size: 20px;
}

.grid2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    animation: slideRight 1s ease-in-out;
    animation-play-state: paused;
}

.grid2 li {
    flex-basis: auto;
    border: 1px solid #666;
    padding: 10px;
    margin: 20px;
}

.article-box {
    min-width: 1400px;
    max-width: 1800px;
    /* border: 1px solid #666; */
    border-top: 6px solid rgba(0, 0, 150, 0.25);
}

.article-box > li{
    list-style-type: none;
}
 
.grid3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5%;
    margin: 0;
    padding: 5% 10%;
    list-style: none;
    /*animation: slideUp 1s ease-in-out;
    animation-play-state: paused;*/
}

.grid3 li {
    /* border: 1px solid #666; */
    margin: 10px;
    box-sizing: border-box; /* 패딩과 보더를 포함한 크기 계산 */
    text-align: center; /* 텍스트 중앙 정렬 */
    background-color: rgba(130, 130, 220, 1);
  	box-shadow:  20px 20px 20px -20px #333;
}

.grid3 img {
    max-width: 100%; /* 이미지가 그리드 너비를 넘지 않도록 */
    height: auto; /* 이미지 비율 유지 */
}

.grid3 .title {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 5px;
}
 
.grid4 {
	list-style: none;
	width: 95%;
    margin: 0;
    padding: 20px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	animation: slideUp 1s ease-in-out;
	animation-play-state: paused;
}

.pic_vision {
    position: relative;
    width: 100%;
    padding-bottom: 35%;
    background: url('../images/roadmap_hori.webp') no-repeat;
    background-position: center;
    background-size: contain;}

.grid4 li {
    margin: 10px;
    padding: 0px;
}

.grid5 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5%;
    margin: 0;
    padding: 5% 10%;
    list-style: none;
    animation: slideUp 1s ease-in-out;
    animation-play-state: paused;
}

.grid5 li {
    /* border: 1px solid #666; */
    margin: 10px;
    box-sizing: border-box; /* 패딩과 보더를 포함한 크기 계산 */
    text-align: center; /* 텍스트 중앙 정렬 */
    /* background-color: rgba(130, 130, 220, 1); */
}

.grid5 img {
    max-width: 100%; /* 이미지가 그리드 너비를 넘지 않도록 */
    height: auto; /* 이미지 비율 유지 */
}

.grid5 .title {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 5px;
}

.gallery {
	width: 95%;
	height: 60%;
	margin: auto;
	margin-top: 40px;
}

.g-explain {
	font-size: 20px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: normal;
}

.pic-title {
	font-size: 22px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	text-align: center;
}

.pic-explain {
	margin-top: 10px;
	font-size: 16px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: normal;
	text-align: center;
}

.grid6 {
    display: flex;
    align-items: stretch; /* 자식 요소의 높이를 부모의 높이에 맞춤 */
    justify-content: space-between;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.left-bt, .right-bt {
    width: 6%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: rgba(0,0,0,0.3); */
}

.left-i, .right-i {
    width: 70%; /* 버튼의 너비에 맞춤 */
    /* height: auto; 비율을 유지하면서 너비에 맞춤 */
}

.img-frame {
    width: 88%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center; /* 이미지가 프레임 중앙에 위치하도록 */
    overflow: hidden; /* 이미지가 프레임을 넘지 않도록 */
    background-color: rgba(0,0,0,0.8);
    border-radius: 20px 20px 20px 20px;
    
    /* box-shadow: -30px 30px 30px -30px #333; */
    box-shadow: 0 0 30px #333;
}

.img-frame2 {
    width: 98%;
    height: 98%;
    display: flex;
    justify-content: center;
    align-items: center; /* 이미지가 프레임 중앙에 위치하도록 */
    overflow: hidden; /* 이미지가 프레임을 넘지 않도록 */
}

.pic_tech1 {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 이미지가 프레임에 맞춰 크기 조절 */
    vertical-align:middle;
}

/* 공통 텍스트 스타일 */
.title-t {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}

.big-t {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mdl-t {
    font-size: 18px;
    margin-bottom: 5px;
    word-wrap: break-word;
}

/* 링크 스타일 */
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #0056b3;
}

.half1, .half2 {
    width: 48%;
    box-sizing: border-box;
    margin: 20px;
    border: 1px solid #666;
}

@media (max-width: 600px) {
    .half1, .half2 {
        width: 100%;
        margin-bottom: 20px;
    }
}

.map-block {
	width: 800px;
	margin: auto;
	height: auto;
	display: flex;
        flex-direction: column;	
	justify-content: center; 

 
}

#map {
	width: 100%;
	height:60%;
	border: 1px solid rgb(160,160,160); 
}

#map2 {
	display: none;
}

#map-explain {
	margin: 20px;
}

.wrap > .footer {
	width: auto;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
}



#f-logo{
	position: absolute;
	top: 35px;
    right: 300px;
    margin: 0px;
}

#f-logo > .ezconnect-f{
    float:left; 
    margin: 0px;
    width:300px; 
    cursor:pointer;
    height:60px;
    background:url(../images/logo_w.png) 0 no-repeat;
    background-size: 300px;
    object-fit:contain;
}

#circuit{
	position: absolute;
    bottom:20px;
    right: 0px;
    margin: 0px;
    opacity: 100%;
    width: 250px; 
    height: 100px;
    background:url(../images/circuit2.png) 0 no-repeat;
    background-size: cover;
}

.footer-lft {
    max-width: 700px;
    padding-bottom: 10px;
    color: #ffffff;
    margin-left: 50px;
}

.corp-name {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.corp-info, .corp-email, .corp-address, .ceo {
	font-size: 12px;
    margin-bottom: 2px;
    color: #ffffff;
}

.l-footer-text {
	font-family: "Montserrat", sans-serif;
    margin-top: 10px;
    font-size: 12px;
    color: #ffffff;
}

.footer-rgt {
	border-top: 1px solid #ffffff;
	margin-top: 0px;
	position: absolute;
    bottom:20px;
    right: 300px;
    margin: 0px;
}

.footer-rgt ul {
    list-style: none;
    padding: 0;
    padding-left: 20px;
}

.footer-rgt ul li {
    display: inline;
    margin-right: 15px;
}

.footer-rgt ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
}

.footer-rgt ul li a:hover {
    text-decoration: underline;
}


@media (max-width: 767px) {

    body {
        min-width: initial; /* 기본값으로 초기화 */
        width: 100%;       /* 뷰포트에 맞추기 */
        overflow-x: hidden; /* 가로 스크롤 제거 */
     }

    .wrap {
        min-width: 100%; /* 최소 너비를 100%로 설정하여 모바일 화면에 맞춤 */
        padding: 0;
    }

    h1.ezconnect {
        float: none;
    }

    .h-center {
        display:inline-block;
        padding: 0;
    }

    ul.gnb {
        margin-top: 0px;
        padding-top: 10px;
        margin-bottom: 10px;
        border-top:1px solid #eee1ab;
    }

    ul.gnb li {
        font-size: 20pt;
        margin: 0px;
        padding: auto;
    }

    .h-center2 {
        padding: 0;
    }

    .nav {
        position: relative; /* 모바일에서는 고정 위치를 해제 */
    }

    .section {
            padding-top: 10px;
        margin-bottom: auto;
      }

	#s-07 {
		height: 100%;
	}

	#s-12 {
		margin-bottom: 200px;
	}


    .grid1, .grid2, .grid3, .grid4, .grid5 {
        flex-direction: column; /* 그리드를 세로로 정렬 나중에 갤러리는 제외해주기###*/
        align-items: center; /* 중앙 정렬 */
    }

    .grid3 {
        grid-template-columns: none;
          padding: 0px;
                  gap:  0.5%;
            object-fit: cover;
      }

      .grid3 img {
            width: 100%;
            object-fit: cover;
      }


    .grid1 li, .grid2 li, .grid3 li, .grid4 li, .grid5 li {
        margin: 10px 0; /* 위아래 여백 추가 */
        width: 100%; /* 너비를 100%로 설정 */
    }

      .grid4 li {
        margin: 0px;
        padding: 0px;
    }

    .article-box {
        min-width: 100%; /* 최소 너비를 100%로 설정 */
        padding: 20px; /* 패딩 추가 */
    }

    .content {
        min-width: 100%; /* 최소 너비를 100%로 설정 */
        padding: 20 0px; /* 패딩 추가 */
       }

 
	.bg-video {
	    height: 400px;
	}


	.bg-video__content {
	    height: 400px;
	}

    .top-banner {
            position: relative;
        width: 100%;
        height: auto;
    }


    .pic1 {
        width: 100%;
            height: auto;
    }

    .title-t {
        font-size: 20pt;
    }

    #k-t {
        font-size: 26pt;
    }

    #keyword-t {
        font-size: 20pt;
    }

      .pic_vision {
           position: relative;
           width: 100%;
           padding-bottom: 230%;
           background: url('../images/roadmap_vert.webp') no-repeat;
           background-position: center;
           background-size: contain;
      }

	.gallery {
		width: 100%;
		height: 30%;
	}

	#ab-10 {
		width: 100%;
		height: auto;
	}

	.map-block {
		width:95%;
		height:auto;
	}

	#map {
		width:95%;
		height:60%;
		display: none;
	}

	#map2 {
		width:95%;
		height:60%;
		display: flex;
		border: 1px solid RGB(150,150,150)
	}



	.h-center2 {
		height: 200px;
	}

    .footer-lft{
        margin-left: 10px;
	padding-bottom: 5px;
    }

    .footer-lft h2{
        font-size: 18pt;
    }

    #f-logo {
	top: 27px;
        right: 10px; 
    }

	#f-logo > .ezconnect-f{
		width:200px; 
		height:40px;
		background-size: 200px;
	}


    .footer-rgt {
        right: 0px; 
	bottom: 20px;
    }

    .footer-rgt ul {
        padding-left: 0;
    }

    .footer-rgt ul li {
	display: block;
	margin-right: 20px;
        margin-bottom: 5px;
    }

	#circuit {
		display: none;
	}
}
